home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / satelite / msat09.tgz / VIEWLOG.H < prev    next >
Text File  |  1994-09-17  |  175b  |  14 lines

  1. /*
  2.  *    viewlog.h
  3.  *
  4.  */
  5.  
  6. void writetext(char *);
  7.  
  8. int alogdisp(FILE *);
  9. int blogdisp(FILE *);
  10. int clogdisp(FILE *);
  11. int elogdisp(FILE *);
  12. int wdlogdisp(FILE *);
  13.  
  14.